home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / s / sas_utilities / sasutilities01.dms / sasutilities01.adf / Commands / Concat.doc < prev    next >
Text File  |  1992-12-21  |  2KB  |  64 lines

  1. Concat(V37)                                           Concat(V37)
  2.  
  3.  
  4. FORMAT
  5.        CONCAT [[FROM] (file|pattern)...] [AS|TO name] [SORT]
  6.        [VISIBLE [TABS] [EOL]]
  7.  
  8. TEMPLATE
  9.        FROM/M,AS=TO/K,SORT/S,VISIBLE/S,TABS/S,EOL/S
  10.  
  11. PURPOSE
  12.        To concatenate and print files.
  13.  
  14. SPECIFICATION
  15.        CONCAT reads each of the specified FROM files and writes
  16.        it to the destination specified by the TO option. If no
  17.        FROM option is given CONCAT reads from its default input;
  18.        likewise if no TO option is specified it writes to its
  19.        default output.
  20.  
  21.        The following switches apply to CONCAT
  22.  
  23.        SORT   The FROM files are read in alphabetical order.
  24.               Useful when concatenating files split with SPLIT.
  25.  
  26.        VISIBLE
  27.               Causes non-printing characters (with the exception
  28.               of tabs and new-lines) to be printed visibly. Con-
  29.               trol characters are printed as ^X (control-x); the
  30.               DEL character (hex 0x7d) is printed as ^?. Non-
  31.               ASCII characters (with the high bit set) are
  32.               printed as M-x, where x is the character specified
  33.               by the seven low order bits.
  34.  
  35.        When used with the VISIBLE switch, the following switches
  36.        may be used.
  37.  
  38.        TABS   Causes tabs to be printed as ^I's.
  39.  
  40.        EOL    Causes a $ character to be printed at the end of
  41.               each line (prior to the new-line).
  42.  
  43.        The TABS and EOL switches are ignored if the VISSIBLE
  44.        switch is not specified.
  45.  
  46. AUTHOR
  47.        Torsten Poulin (torsten@diku.dk)
  48.  
  49. UNRESTRICTIONS
  50.        Concat is free; anyone may redistribute copies of Concat
  51.        to anyone under the terms stated in the GNU General Public
  52.        Licence, a copy of which accompanies each copy of Concat.
  53.  
  54.        Torsten Poulin encourages you to improve and extend Con-
  55.        cat, and urges that you contribute your extensions to the
  56.        world.
  57.  
  58. SEE ALSO
  59.        COPY(AmigaDOS), JOIN(AmigaDOS), MORE(AmigaDOS),
  60.        SPLIT(V37), TYPE(AmigaDOS)
  61.  
  62.  
  63. Concat version 37.12      30 March 1993
  64.